Conversation
Addresses an issue where the `cmd.exe` command interpreter on Windows
incorrectly parses URLs containing ampersands ('&') when opening them in
the browser.
Replaces the `cmd` command with `powershell` to properly handle URLs
passed to `Start-Process`.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
WalkthroughUpdates the Windows browser launching mechanism in the authentication module from Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. Comment |
|
🎉 This PR is included in version 1.2.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Addresses an issue where the
cmd.execommand interpreter on Windowsincorrectly parses URLs containing ampersands ('&') when opening them in
the browser.
Replaces the
cmdcommand withpowershellto properly handle URLspassed to
Start-Process.Summary by CodeRabbit